  .bannerDesktopContainer {
    background: #F1EEEE;
    padding: 10px 0px 32px 0px;
	margin-bottom: 1rem !important;
    min-height: 155px;
  }

  .ibb-banner-decor {
      overflow-x: hidden;
    }

  .ibb-banner-decor::before {
    color: #8A8693;
    content: 'HIRDETÉS';
    display: block;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.04em;
    height: fit-content;
    margin-top: auto;
    margin-bottom: 8px;
  }
  
    .ibb-banner-decor-txt::before {
    color: #8A8693;
    content: 'HIRDETÉS';
    display: block;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.04em;
    height: fit-content;
    margin-top: auto;
    margin-bottom: 2px;
  }
  
  .dark .bannerDesktopContainer {
      background: #3d3d3d;
   }
  
  .dark .ibb-banner-decor::before {
    color: #c3c3c3;
  }
  
  .stickyContainer{
    overflow: initial;
  }
  
  .stickyContainer div:first-of-type{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }
  
  
  #footballPage .bannerDesktopContainer{
    background: hsl(0deg 0% 59% / 50%);
    margin-bottom: 20px !important;
  }
  
  #footballPage .ibb-banner-decor::before {
    color: white;
  }
 
  .footballOffer1GridArea{
    grid-area: footballOffer1;
  }
  .footballOffer2GridArea{
    grid-area: footballOffer2;
  }
  .footballRight1Offer{
    grid-area: footballRightOffer;
  }
  
  .noAdLabel::before{
    content: none;
  }
  
  .darkmode .bannerDesktopContainer{
  	color: black;
  }